This function returns the record numbers within a subsetted geographic region for a particular level.
In this example, we get the number of records and record numbers within the subsetted area of interest defined in EOS_PT_DEFBOXREGION for the 0th level:
status = EOS_PT_REGIONRECS(pointID, regionID, 0, nrec, recs)
Result = EOS_PT_REGIONRECS(pointID, regionID, level, nrec, recs)
Returns SUCCEED (0) if successful and FAIL (–1) otherwise.
Point id (long).
Region id (long) returned by EOS_PT_DEFBOXREGION.
Point level (0-based long).
A named variable that will contain the number of records (long) within geographic region in level.
A named variable that will contain the record numbers (long) of subsetted records in level.
None
|
5.2 |
Introduced |